home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
langs
/
xlisp2.1
/
xldist01.zoo
/
lsp
/
clock.lsp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-11-09
|
125 b
|
4 lines
(defmacro clock (count form)
`(/ (- (time (dotimes (i ,count) ,form))
(time (dotimes (i ,count) NIL)))
,count))